CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MATLAB 三次样条

搜索资源列表

  1. 用matlab编写的实现Lagrange插值函数

    0下载:
  2. 用matlab编写的实现Lagrange插值函数和三次样条插值函数,输入值为x向量和对应的y向量,输出函数图像,Matlab prepared with the realization of Lagrange interpolation function and cubic spline interpolation function, type the value of x vector and the corresponding y vector, the output function of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-21
    • 文件大小:1666
    • 提供者:张宁
  1. matlab-GUI.rar

    0下载:
  2. 数值分析程序matlab-GUI----第一型三次样条插值函数(包括M文件和GUI),Numerical analysis matlab-GUI---- the first type of cubic spline interpolation function (including M documentation and GUI)
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:7762
    • 提供者:jzhuang
  1. EMD

    0下载:
  2. 本程序为EMD(经验模态分解算法)用于MATLAB的M文件,内含EMD分解所需的三次样条插值算法-This procedure for the EMD (empirical mode decomposition) for the MATLAB M-files containing the required EMD decomposition of cubic spline interpolation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1419
    • 提供者:fengjunyi
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式 l 广义积分与多重积分 l 用插值和数值积分解决
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:364810
    • 提供者:周易
  1. sanci

    0下载:
  2. 三次样条插值模拟曲线,基于matlab的程序-Cubic spline interpolation curve simulation, matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1109
    • 提供者:zl
  1. Newton

    0下载:
  2. 牛顿插值和三次样条插值的matlab实现-Newton interpolation and cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2486
    • 提供者:张阳军
  1. sample

    1下载:
  2. 三次样条插值函数的三弯矩法,精度较高,值得一看-Cubic spline interpolation function of the three moment method, high accuracy, see
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:549
    • 提供者:tangwencheng
  1. spline3

    1下载:
  2. 三次样条插值,很不错的插值算法,值得参考-Cubic spline interpolation, the interpolation algorithm is pretty good, it is also useful
  3. 所属分类:matlab

    • 发布日期:2014-10-30
    • 文件大小:896
    • 提供者:郭元彭
  1. chazhi

    0下载:
  2. Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 SecSampl
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10192
    • 提供者:舞蛳
  1. scyt_interplotion

    0下载:
  2. 三次样条插值的MATLAB程序。需要的来下载。-Cubic spline interpolation of the MATLAB program. Need to download.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:11854
    • 提供者:宁大忠
  1. maspline

    1下载:
  2. 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:820
    • 提供者:malanxiang
  1. selfspline

    0下载:
  2. 第一,二种边界条件的三次样条插值法matlab代码-First, the two kinds of boundary conditions of the cubic spline interpolation matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:798
    • 提供者:张米
  1. matlab_No5_spline

    0下载:
  2. 西交大数值计算方法上机作业,三次样条插值-National Chiao Tung University, West numerical method of machine operation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:907
    • 提供者:baozewei
  1. sanwj

    2下载:
  2. 三次样条插值,三弯矩法计算,曲线拟合,求插值点的函数值,一阶导数,二阶导数-Cubic spline interpolation, three-moment method, curve fitting, interpolation points demand function values, first-order derivative, second derivative
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1422
    • 提供者:jacky
  1. chazhiruanjianbao

    1下载:
  2. 这是一个涵盖了Newton插值、线性插值、分段差值、三次样条插值、Hermite插值的一个插值软件包。-This is a cover of the Newton interpolation, linear interpolation, piecewise difference, cubic spline interpolation, Hermite interpolation of an interpolation package.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:481350
    • 提供者:小楼哥
  1. cspline

    1下载:
  2. 通用三次样条插值函数,可求解离散点的三次样条插值-General cubic spline interpolation function, can solve the discrete points of the cubic spline interpolation
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:984
    • 提供者:yang
  1. Newton-and-sapine

    0下载:
  2. matlab的Newton插值和三次样条插值-Newton interpolation and cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3304
    • 提供者:xuyangzhe
  1. chazhishiyan

    0下载:
  2. matlab下实现拉格朗日插值与三次样条插值,附实验报告-Lagrange interpolation matlab to achieve with cubic spline interpolation, with a lab report
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:189536
    • 提供者:mohan
  1. interp1

    0下载:
  2. 一个MATLAB源函数,用来计算插值,可以选择使用线性,三次样条插值,Hermite插值等方法,希望对大家有用。-A MATLAB source function, used to calculate the interpolation, you can choose to use linear, cubic spline interpolation, Hermite interpolation, in the hope that useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4482
    • 提供者:杜玉麟
  1. 数值计算相关算法

    0下载:
  2. 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:有效数字
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com